docs: fix README accuracy and add comparison table#40
Merged
Conversation
Addresses issues found in code-validated review: - Fix profile field name (image → from) and registry URL - Fix architecture diagram (gRPC → openshell CLI exec) - Fix credential validation claim (in-sandbox is planned, not shipped) - Fix Three Domains config (openshell.toml → gateways/<name>/gateway.toml) - Fix testing section (remove stale bash x podman matrix) - Fix project layout (deploy/ → gateways/, add PROVIDERS-SPEC.md ref) - Add comparison table (vs Kaiden, Plandex) - Add missing quickstart steps (install openshell, gcloud project, JIRA_URL) - Move in-sandbox verification to Future Direction - Show both local and remote in architecture diagram Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The launcher reads the profile ConfigMap which has the original from field baked in. When SANDBOX_IMAGE env var overrides the image (dev/CI builds), the override was applied to the local cfg but not propagated to the launcher running in-cluster. Fix: pass SANDBOX_IMAGE as an env var in the Job spec, and have the launcher respect it as an override on cfg.From. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed
Every claim in the README was validated against the source code. Fixes:
Test plan